/*sort 产品分类模块*/
.markermenu p{
	font-size:22px;
	line-height:50px;
	height:50px;
	color:#333;
	font-family:"微软雅黑";
	text-indent:10px;
	background:url(../images/sort_titile_bg.jpg) repeat-x 0px -6px;
	}
.markermenu{
	width:220px;
	clear:left;
	position:relative;
	margin-bottom:10px;
	}
.markermenu ul{
	padding:5px 10px 0 10px;
	}
.markermenu ul li{
    line-height:21px;
	text-indent:12px;
	_display:inline;
}
.markermenu ul li a{
	font-size:12px;
	color:#333;
	display:block;
	text-decoration:none;
	padding:5px 0;
	}
* html .markermenu ul li a{
	width:200px;
	}
.markermenu ul li a:link, .markermenu ul li a:visited{
	color:#333;
	}
.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:white;
	background:#333;
	text-decoration:none;
	}
/*Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css)*/
.blackwhite li a{
	background:white;
	}
.blackwhite li a:hover{
	background:black;
	color:white;
	}